-
Notifications
You must be signed in to change notification settings - Fork 21
New Example #10
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
New Example #10
Conversation
Thanks, @joneshf! I find this much easier to follow than the current example. |
This looks great, it would also be nice to get an example of decoding the same JSON structure. |
Feel free to copy parts of this Stack Overflow answer if it's helpful. |
Added decode stuff. |
👍 |
Don't you get confused by these Unix/Windows line endings changes? Probably we should update gulp to enforce line endings in |
I just ignore it or if it's too cumbersome use this one weird trick: https://github.com/tiimgreen/github-cheat-sheet#ignore-whitespace That is: https://github.com/purescript-contrib/purescript-argonaut/pull/10/files?w=1 Also, isn't the line endings a git config thing? |
Haha just came here to contribute this same thing - an updated example:
|
Guess I'll merge it then so more people don't do the same. |
Closes #9
Re: @davidchambers